﻿
#map_canvas {
        width: 100%;
        height: 300px;
    }
 h2 {
            font-size: 20px;
            color: #000;
            margin-bottom: 20px;
        }
        /* #138480
         #00afa9 */
        
        .mc-rounded-5 {
            border-radius: 5px;
        }
        
        .mc-rounded-10 {
            border-radius: 10px;
        }
        
        .mc-annex i {
            font-style: normal;
            color: #888;
        }
        
        .ann-card {
            text-align: center;
            line-height: 1;
        }
        
        .ann-card p {
            display: flex;
            border: 1px solid #eee;
            padding: 0 3px;
            font-size: 13px;
            min-height: 38px;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        
        .mc-annex h2 {
            font-weight: 700;
        }
        
        .mc-annex h3 {
            font-size: 18px;
            font-weight: 700;
        }
        
        .annex-sts-se-date .row .ann-card p {
            color: #fff;
            background-color: #21096c;
        }
        
        .annex-sts-se-date .row .ann-card:first-child p {
            background-color: #00afa9;
            border-color: #138480;
        }
        
        .annex-sts-se-date .row .ann-current p {
            background-color: #2fbe5c;
            border-color: #148c3a;
        }
        
        .annex-sts-se-date .row .ann-progress p {
            background-color: #eda726;
            border-color: #c07e05;
        }
        
        .annex-sts-se-date .row .ann-done p {
            background-color: #ed2926;
            border-color: #bb0d0a;
        }
        
        .mc-annex ul {
            margin-top: 10px;
        }
        
        .mc-annex ul li {
            color: #555;
            line-height: 1.4;
            font-size: 13px;
        }
        
        .mc-annex a {
            color: #222;
            text-decoration: underline;
            -webkit-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            -ms-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
        }
        
        .mc-annex ul li a {
            font-weight: 700;
            text-decoration: underline;
        }
        
        .mc-annex a:hover {
            color: #00afa9;
        }
        
        .annex-sidebar h3 {
            font-size: 16px;
            margin-top: 35px;
        }
        
        .annex-sidebar p,
        .annex-sidebar a {
            color: #666;
            margin-bottom: 4px;
            display: block;
            clear: both;
            text-decoration: none;
        }
        
        .rtl {
            direction: rtl;
        }
        /*----------------------------------------*/
        
        .un-title {
            width: auto;
            padding: 12px 24px;
            border-radius: 0 20px;
            color: #fff;
            font-size: 1.7em;
            margin-bottom: 25px;
            background: rgb(0, 175, 169);
            background: rgb(97, 213, 209);
            background: -moz-linear-gradient(90deg, rgba(97, 213, 209, 1) 0%, rgba(18, 164, 160, 1) 100%);
            background: -webkit-linear-gradient(90deg, rgba(97, 213, 209, 1) 0%, rgba(18, 164, 160, 1) 100%);
            background: linear-gradient(90deg, rgba(97, 213, 209, 1) 0%, rgba(18, 164, 160, 1) 100%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61d5d1", endColorstr="#12a4a0", GradientType=1);
        }
        
        .un-hr {
            opacity: 0.1;
        }
        
        .un-c-card>div {
            background-color: #eee;
            border-radius: 0 20px;
        }
        
        .un-breadCrumbs {
            padding: 5px;
            overflow: hidden;
        }
        
        .un-breadCrumbs nav {
            color: #777;
        }
        
        .un-breadCrumbs nav a {
            background-color: rgb(245, 245, 245);
            padding: 2px 5px;
            border-radius: 6px;
            text-decoration: none;
            margin-right: 3px;
            margin-left: 3px;
            font-size: 12px;
            color: #777 !important;
        }
        
        .un-breadCrumbs nav a:last-child {
            color: #555;
        }
        
        .un-breadCrumbs .unDate {
            color: #888;
            font-size: 13px;
        }
        
        .un-c-card>div .topCard {
            border-radius: 0 20px 0 0;
            font-size: 1.5em;
            background: rgb(0, 175, 169);
            background: rgb(97, 213, 209);
            background: -moz-linear-gradient(90deg, rgba(97, 213, 209, 1) 0%, rgba(18, 164, 160, 1) 100%);
            background: -webkit-linear-gradient(90deg, rgba(97, 213, 209, 1) 0%, rgba(18, 164, 160, 1) 100%);
            background: linear-gradient(90deg, rgba(97, 213, 209, 1) 0%, rgba(18, 164, 160, 1) 100%);
            filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61d5d1", endColorstr="#12a4a0", GradientType=1);
        }
		
		.un-c-card { margin-bottom:25px; }
        
        .un-c-card>div .topCard i,
        .un-c-card>div .topCard span {
            color: #fff;
        }
        
        .un-c-card>div .topCard span {
            line-height: 2;
        }
        
        .un-c-card>div .topCard i {
            font-size: 2em;
        }
        
        .un-c-card a {
            /*font-size: 1.25em !important;*/
            text-decoration: none;
        }
        
        .un-c-card p {
            color: #00afa9;
            margin-bottom: 0;
            margin-top: 12px;
            font-size: 12px;
        }
        
        .un-c-card p span {
            color: #666;
        }
        
        @media screen and (max-width: 919px) {}
        
        @media screen and (max-width: 919px) {}